home *** CD-ROM | disk | FTP | other *** search
/ DIGIZINE 1 / DIGIZINE.BIN / main / sony / highdes.dir / 00018_Script_init Cursor < prev    next >
Text File  |  1995-09-12  |  495b  |  22 lines

  1. --init MotoCursor
  2. on enterFrame
  3.   global gCurrCursorSprite, gOrgCursorWidth, gOrgCursorHeight, gCurrConstSprite
  4.   global gRightCursor, gCurrConstSprite
  5.   
  6.   cursor 4
  7.   
  8.   
  9.   put the number of cast "SHDMTRC01.PCT" into gRightCursor
  10.   put 2 into gCurrConstSprite  
  11.   
  12.   put 28 into gCurrCursorSprite
  13.   
  14.   put the width of sprite gCurrCursorSprite into gOrgCursorWidth
  15.   put the height of sprite gCurrCursorSprite into gOrgCursorHeight
  16.   
  17.   -- ARROWCURSOR
  18.   MotoCursor
  19.   
  20. end
  21.  
  22.